From: Richard M. Stallman Date: Sat, 29 May 2004 15:41:06 +0000 (+0000) Subject: (Minor Mode Conventions): (-) has no special meaning X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22245 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1c6a7b95c891821ac47b44d9ee40aa2a8daf048e;p=emacs.git (Minor Mode Conventions): (-) has no special meaning as arg to a minor mode command. --- diff --git a/lispref/modes.texi b/lispref/modes.texi index d92ea309ed7..040c229bb00 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -879,8 +879,9 @@ The command should accept one optional argument. If the argument is off if it is on). It should turn the mode on if the argument is a positive integer, the symbol @code{t}, or a list whose @sc{car} is one of those. It should turn the mode off if the argument is a negative -integer or zero, the symbol @code{-}, or a list whose @sc{car} is one -of those. The meaning of other arguments is not specified. +integer or zero, the symbol @code{-}, or a list whose @sc{car} is a +negative integer or zero. The meaning of other arguments is not +specified. Here is an example taken from the definition of @code{transient-mark-mode}. It shows the use of @code{transient-mark-mode} as a variable that enables or